Carbon


AddComp

Header: Quickdraw.h Carbon status: Supported

Adds a function to the head of the current device data structure’s list of complement functions. This function is used by system software and your application should not need to call it.

void AddComp (
    ColorComplementUPP compProc
);
compProc

A pointer to your complement function, ColorComplementProcPtr.

DISCUSSION

AddComp creates and allocates a CProcRec data structure.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)